Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContinuousMediaExporter<TContent> Class
Properties Methods


In This Topic
    NContinuousMediaExporter<TContent> Class Members
    In This Topic

    The following tables list the members exposed by NContinuousMediaExporter<TContent>.

    Public Properties
     NameDescription
    Public PropertyGets the content of the exported document. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets the extension of the default file format of this image exporter. Should be specified without the dot, for example "png".  
    Public PropertyGets the document being exported. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets the file to export the document to. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Public PropertyGets/Sets the file types supported by this image exporter.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Copies an image to the clipboard. The image contains the area of the document with the specified bounds and is generated with the specified dpi.  
    Public MethodGets the bounds of the document content.  
    Public MethodOverloaded. Shows a file dialog for selecting an image file and exports the given bounds of the document to an image with the specified DPI. The format of the image is determined by the type of image selected by the user.  
    Public MethodOverloaded. Saves the document to the specified file.  
    Public MethodOverloaded. Saves the given bounds of the document to the specified file.  
    Public MethodExports the specified bounds of the document to an image and saves it to the given stream.  
    Public MethodOverloaded. Shows the image export dialog, from which the user can select different imaging options and export the document to an image. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates an export dialog window. (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Protected MethodGets the file types supported by this image exporter.  
    Protected MethodGets the resolution of the document (Inherited from Nevron.Nov.UI.NElementMediaExporter<TContent>)
    Protected Internal MethodGets the visual, which should be rendered to raster.  
    Protected MethodCalled when content of the image document has been initialized.  
    Protected MethodCalled when the save file dialog created by the "SaveAsImage" method has been closed.  
    Internal Method  
    Top
    See Also